home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
CutGraphicsChange.m
< prev
next >
Wrap
Text File
|
1992-02-09
|
172b
|
15 lines
#import "drawundo.h"
@interface CutGraphicsChange(PrivateMethods)
@end
@implementation CutGraphicsChange
- (const char *)changeName
{
return CUT_OPERATION;
}
@end